golang.org/x/net/http2.ClientConn.werr (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L277: werr error // first write error that has occurred
transport.go#L505: err: &cc.werr,
transport.go#L543: if cc.werr != nil {
transport.go#L545: return nil, cc.werr
transport.go#L1371: werr := cc.werr
transport.go#L1412: for len(hdrs) > 0 && cc.werr == nil {
transport.go#L1432: return cc.werr
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)